home *** CD-ROM | disk | FTP | other *** search
- global gQuestion
-
- on exitFrame
- set the textSize of member "password" to 18
- set the textStyle of member "password" to "bold"
- set the textSize of member "name" to 18
- set the textStyle of member "name" to "bold"
- handcursor(5)
- handcursor(6)
- repeat with n = 9 to 24
- handcursor(n)
- end repeat
- set the backcolor of member 13 of castLib "QuizPics" to 0
- set the backcolor of member 14 of castLib "QuizPics" to 0
- set the forecolor of member 13 of castLib "QuizPics" to 255
- set the forecolor of member 14 of castLib "QuizPics" to 255
- go(the frame)
- end
-